home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 12 / BBS in a box XII-1.iso / Files / System7 tools / E / Excel 3.0 Startup Fix.sit / Excel 3.0 Startup Fix / Set Default Folder Notes / Set Default Folder Notes
Encoding:
Text File  |  1991-07-06  |  1.2 KB  |  32 lines  |  [TEXT/McSk]

  1. Excel 3.0 doesn't set the default folder correctly under System 7.0. It always
  2. defaults to the folder containing the application.
  3.  
  4. Place the "Set Default Folder" add-in in your Excel Startup Folder to get Excel
  5. to default to the folder containing the document you opened.
  6.  
  7. Good Seven, Bozo Clown
  8.  
  9.  
  10. P.S. The following technical details are for the incurably curious:
  11.  
  12. David Wortendyke, MS Excel Support, suggested the following work around when I
  13. complained that Excel 3.0 didn't set the default folder like it used to.
  14.  
  15. "an Add-In with a set of two macros which alleviate this problem:
  16.  
  17. add_in =ON.WINDOW(,do_it) =RETURN()
  18.  
  19. do_it =DIRECTORY(GET.DOCUMENT(2)) =ON.WINDOW() =RETURN()
  20.  
  21. Type these into a macro sheet, name each one, save this as an Add-in in your
  22. Excel Startup Folder, then restart Excel.  Let me know if you have any trouble
  23. implementing this."
  24.  
  25. Well, this works as long as the documents are not at the root level.
  26.  
  27. The accompanying Excel 3.0 "Set Default Folder" add-in is based on David's
  28. suggestion with a fix for documents at the root level. You can check out the
  29. details by opening a copy of the "Set Default Folder" as a macro (hold down the
  30. shift key as you open it) and reading the macro comments.
  31.  
  32.